From 960906e1e2b03ac68bf9e0cec77108448e2c3fbc Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Tue, 7 Mar 2000 18:03:35 +0000 Subject: [PATCH] fix to gtk_clist_set_reorderable(). It reorders rows, not columns. From 2000-03-07 Damon Chaplin * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It reorders rows, not columns. From Guy Harris . --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkclist.sgml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 340b8742e0..85cb8eb31d 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2000-03-07 Damon Chaplin + + * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It + reorders rows, not columns. From Guy Harris . + 2000-02-29 Damon Chaplin * gtk/tmpl/gtkmenuitem.sgml: minor fix from Nicolas GEORGE diff --git a/docs/reference/gtk/tmpl/gtkclist.sgml b/docs/reference/gtk/tmpl/gtkclist.sgml index bd1ed6cc3b..12adbd8cdd 100644 --- a/docs/reference/gtk/tmpl/gtkclist.sgml +++ b/docs/reference/gtk/tmpl/gtkclist.sgml @@ -1111,7 +1111,7 @@ aspect of the #GtkCList widget. -Sets whether the CList's columns are re-orderable. +Sets whether the CList's rows are re-orderable using drag-and-drop. @clist: The #GtkCList to affect. -- 2.30.2